PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableStringCell Class / PDFFlowTableStringCell Constructor / PDFFlowTableStringCell Constructor(String)
The cell content.
In This Topic
    PDFFlowTableStringCell Constructor(String)
    In This Topic
    Initializes a new PDFFlowTableStringCell object.
    Syntax
    public PDFFlowTableStringCell( 
       java.lang.String content
    )

    Parameters

    content
    The cell content.
    See Also